home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Plugins / WinShellSys.XML < prev   
Extensible Markup Language  |  2004-07-16  |  2KB  |  61 lines

  1. <?xml version="1.0"?>
  2. <!-- created by Frigate XML package -->
  3. <!--
  4.      ╟α∩≡ε± ImageList ≤ WinShellSystem
  5.     <picture Name="WinShellDrives" ProgID="WinShellSys.WinShellSystem" command="GetImageList" />
  6.    -->
  7. <!-- ╬ß≡α∙σφΦσ Ω ±Φ±≥σ∞φε∞≤ δΦ±≥≤ Drives -->
  8. <Pictures>
  9.   <picture Name="WinShellDrives" ImageList="Drives" />
  10. </Pictures>
  11. <Shells>
  12.   <ShellSystem Object="WinShellSys.WinShellSystem" Options="AllowChildren" Prefix="CLSID:" />
  13. <!--  <ShellSystem Object="WinShellSys.NetworkSystem" Options="AllowChildren" Prefix="\\" /> -->
  14.   <ShellSystem Object="WinShellSys.NetworkSystem" Options="AllowChildren" />
  15. </Shells>
  16.  
  17. <Menu ProgID="FileMan.ListFileManagerCommand">
  18.   <SubMenu Caption="Disk" Name="Disk" OrderID="600">
  19.     <MenuItem ProgID="WinShellSys.WinShellCommand" Command="FindComputer" caption="Find Computer" name="FindComputer" shortcut="Ctrl+Shift+\"/>
  20.   </SubMenu>
  21. </Menu>
  22.  
  23. <FileManager>
  24.   <Info>
  25.     <Rows>
  26.       <Row name="ExplorerInfo" >
  27.         <Cell name="FileName" align="client" alignment="center" text="#$FileName" hint="#$FileName" />
  28.       </Row>
  29.       <Row name="NetInfo" >
  30.         <Cell name="FileName" align="client" alignment="left" text="#$FileName" hint="#$FileName" />
  31.         <Cell name="IP" align="right" width="128" alignment="left" text="IP: #$IP" hint="#$IP" />
  32.       </Row>
  33.       <Row name="CommentInfo" >
  34.         <Cell name="Comment" align="client" alignment="center" text="#$Comment" hint="#$Comment" />
  35.       </Row>
  36.     </Rows>
  37.     <Shells>
  38.       <Shell name="WinShellSys.WinShellSystem" >
  39.         <Row name="ExplorerInfo" />
  40.         <Row name="CommentInfo" />
  41.       </Shell>
  42.       <Shell name="WinShellSys.NetworkSystem" >
  43.         <Row name="ExplorerInfo" />
  44.         <Row name="CommentInfo" />
  45.       </Shell>
  46.  
  47.     </Shells>
  48.   </Info>
  49. </FileManager>
  50.  
  51. <Copiers>
  52.   <Copier Object="WinShellSys.WinCopier" Source="WinShellSys.WinShellSystem" Dest="FileSys.FileSystem" />
  53.   <Copier Object="WinShellSys.WinCopier" Source="WinShellSys.NetworkSystem" Dest="FileSys.FileSystem" />
  54. </Copiers>
  55.  
  56. <International>
  57.   <Language Name="English" Section="WinShell">
  58.     <Item name="msgAskEmptyRecycleBin" value="Do you want to empty Recycle Bin?" />
  59.     <Item name="msgHiddenShareLink" value="Can not create link on the hidden share" />
  60.   </Language>
  61. </International>